home *** CD-ROM | disk | FTP | other *** search
/ C++ für Kids / C++ for kids.iso / Buch / Sterne2.dfm / Sterne2.txt
Text File  |  1998-12-27  |  773b  |  44 lines

  1. object Form1: TForm1
  2.   Left = 220
  3.   Top = 114
  4.   Width = 435
  5.   Height = 389
  6.   Caption = 'Horoskop'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -17
  10.   Font.Name = 'System'
  11.   Font.Style = []
  12.   PixelsPerInch = 120
  13.   TextHeight = 20
  14.   object Label1: TLabel
  15.     Left = 112
  16.     Top = 16
  17.     Width = 201
  18.     Height = 20
  19.     Caption = 'W∩┐╜hle dein Sternzeichen!'
  20.   end
  21.   object ListBox1: TListBox
  22.     Left = 88
  23.     Top = 56
  24.     Width = 257
  25.     Height = 249
  26.     ItemHeight = 20
  27.     Items.Strings = (
  28.       'Steinbock'
  29.       'Wassermann'
  30.       'Fische'
  31.       'Widder'
  32.       'Stier'
  33.       'Zwillinge'
  34.       'Krebs'
  35.       'L∩┐╜we'
  36.       'Jungfrau'
  37.       'Waage'
  38.       'Skorpion'
  39.       'Sch∩┐╜tze')
  40.     TabOrder = 0
  41.     OnClick = ListBox1Click
  42.   end
  43. end
  44.